@charset "UTF-8";
/*
Theme Name: Airdroid
Theme URI: 
Author: the WordPress team
Author URI: 
Description: personal blog.
Requires at least: 5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: airdroid
Domain Path: /languages
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Airdroid WordPress Theme, (C) 2020 WordPress.org
Airdroid is distributed under the terms of the GNU GPL.
*/
/**
 * Responsive Styles
 */
.responsive-visibility {
  display: block !important;
}

.responsive-invisibility {
  display: none !important;
}

.hidden-xs-block, .hidden-sm-block, .hidden-md-block, .hidden-lg-block {
  display: block !important;
}

.hidden-xs-inline, .hidden-sm-inline, .hidden-md-inline, .hidden-lg-inline {
  display: inline !important;
}

.hidden-xs-inline-block, .hidden-sm-inline-block, .hidden-md-inline-block, .hidden-lg-inline-block {
  display: inline-block !important;
}

@media only screen and (max-width: 500px) {
  .hidden-xs-block, .hidden-xs-inline, .hidden-xs-inline-block {
    display: block !important;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  .hidden-sm-block, .hidden-sm-inline, .hidden-sm-inline-block {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-md-block, .hidden-md-inline, .hidden-md-inline-block {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .hidden-lg-block, .hidden-lg-inline, .hidden-lg-inline-block {
    display: block !important;
  }
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 500px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 500px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

html .mod-header *,
html .mod-header *::before,
html .mod-header *::after,
html .mod-header-sm *,
html .mod-header-sm *::before,
html .mod-header-sm *::after,
html .mod-footer *,
html .mod-footer *::before,
html .mod-footer *::after {
  box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
  html {
    min-width: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  html .mod-header-sm.bg {
    box-shadow: none;
  }
}

body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
li,
ol,
p,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

a,
body,
div, h1,
h2,
h3,
h4,
li,
p,
td {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

p {
  margin: 0 0 1em;
}

ul li {
  list-style: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

textarea {
  display: block;
  line-height: 20px;
  margin-top: 5px;
  width: 600px;
  height: 120px;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px #eee;
  text-indent: 0.3em;
  color: #888;
  resize: none;
}

.button, button, input[type=button], input[type=submit] {
  position: relative;
  height: 40px;
  line-height: 38px;
  border: 1px solid #42C662;
  background-color: #40ba5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#42C662), to(#40ba5d));
  background-image: linear-gradient(to bottom, #42C662, #40ba5d);
  background-repeat: repeat-x;
  border-radius: 2px;
  color: #FFF;
  transition: all 0.4s ease;
}

input[type=text], input[type=email], input[type=search], input[type=password] {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px #eee;
  margin-bottom: 15px;
  padding-left: 5px;
  text-indent: 0.3em;
  color: #888;
}

html, body {
  color: #2A2E35;
  height: 100%;
}

input::ms-clear {
  display: none;
}

iframe {
  max-width: 100%;
}

a {
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
a:hover {
  color: #42C662;
}

.public-header-position {
  display: none !important;
}

.i-clearfix:after, .main-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/* 屏幕阅读器可见 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* layout */
.main-container {
  position: relative;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 22px;
  min-height: 100%;
  width: 1000px;
  max-width: calc(100% - 40px);
}
@media only screen and (max-width: 1024px) {
  .main-container {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 768px) {
  .main-container {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 500px) {
  .main-container {
    margin-top: 0;
    padding-top: 246px;
    min-height: calc(100% - 224px);
    max-width: 100%;
  }
}

.breadcrumbs {
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 0;
  line-height: 20px;
  font-size: 12px;
}
.breadcrumbs a.link {
  color: #8f8f8f;
}
.breadcrumbs a.link:hover {
  color: #42C662;
}

@media only screen and (max-width: 768px) {
  .primary-pagenavi {
    margin-top: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}
.primary-pagenavi .page-numbers {
  padding: 0 10px;
  margin: 0 5px;
  font-size: 14px;
  float: left;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .primary-pagenavi .page-numbers {
    margin: 0 2px;
  }
}
.primary-pagenavi a.page-numbers {
  border: 1px solid #E1E1E1;
  background: #F8F8F8;
  color: #333;
}

.banner {
  height: 228px;
  background: #353e37 url("assets/img/banner.png") no-repeat center;
  margin-top: 90px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .banner {
    display: none;
  }
}

.commentlist {
  margin-left: 15px;
}
.commentlist .comment-body {
  margin-bottom: 10px;
}
.commentlist .comment-author img {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.comment-form input[type=submit] {
  padding-left: 10px;
  padding-right: 10px;
}
.comment-form textarea {
  max-width: 100%;
}
.comment-form p {
  margin-bottom: 16px;
}

.entry-meta,
.entry-date {
  font-size: 12px;
  color: #8F8F8F;
}

.entry-meta {
  margin-top: -5px;
  /* 自定义插件样式 */
}
.entry-meta a {
  color: #42C662;
}
.entry-meta a:hover {
  color: #8F8F8F;
}
.entry-meta .shareaholic-canvas {
  vertical-align: middle;
  display: inline-block;
}

.entry-date {
  margin-bottom: 10px;
}
.entry-date abbr[title] {
  border: none;
}

.entry-title {
  font-size: 32px;
  font-family: "Tinos";
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 0;
  font-weight: normal;
  color: #444;
}
@media only screen and (max-width: 768px) {
  .entry-title {
    line-height: 1.4;
    font-size: 22px;
  }
}
.entry-title a {
  font-size: 32px;
  color: #444;
}
@media only screen and (max-width: 768px) {
  .entry-title a {
    vertical-align: top;
    font-size: 22px;
  }
}
.entry-title a:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border 0.5s ease;
}
.entry-title a:after:hover {
  border-bottom: 1px solid #666;
  color: #42C662;
}

.entry-content {
  color: #2A2E35;
  margin-bottom: 20px;
}
.entry-content p {
  font-size: 16px;
  color: #525252;
  margin-bottom: 22px;
  word-break: break-word;
}
.entry-content ol,
.entry-content ul {
  padding-left: 20px;
}
.entry-content ol li {
  font-size: 16px;
  line-height: 2;
}
.entry-content ul li {
  font-size: 16px;
  list-style: disc;
  line-height: 2;
}

.content {
  min-height: 100%;
  padding: 0 0;
  width: calc(93% - 175px);
  float: left;
  word-break: break-word;
  /* 自定义插件样式 */
}
@media only screen and (max-width: 1024px) {
  .content {
    width: calc(94% - 175px);
  }
}
@media only screen and (max-width: 500px) {
  .content {
    width: 100%;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (max-width: 340px) {
  .content {
    max-width: calc(100% - 40px);
  }
}
.content .post {
  position: relative;
}
.content .no-results {
  text-align: center;
  position: relative;
  height: 400px;
}
.content .no-results .page-content {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 190px;
  max-width: 100%;
}
.content .no-results .page-content p {
  font-size: 14px;
}
.content .shareaholic-recommendations-container {
  margin: 0 auto;
}
.content .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
  margin: 0 !important;
}
.content .shareaholic-share-buttons-container ul.shareaholic-share-buttons li {
  padding: 0 5px !important;
}
.content .shareaholic-share-buttons-container ul.shareaholic-share-buttons li:first-child {
  padding-left: 0 !important;
}

.primary-sidebar {
  width: 175px;
  float: right;
  margin-top: 10px;
  font-size: 13px;
}
@media only screen and (max-width: 500px) {
  .primary-sidebar {
    position: absolute !important;
    top: 61px;
    left: 0;
    float: none;
    background: #ffffff;
    margin-top: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    max-height: calc(100vh - 161px);
    box-shadow: 0px 2px 10px 0px rgba(128, 147, 207, 0.18);
  }
}
.primary-sidebar .sidebar-item {
  margin-bottom: 20px;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 500px) {
  .primary-sidebar .sidebar-item {
    position: relative;
    margin-bottom: 0;
    background: #ffffff;
    border-bottom: 1px solid rgb(242, 242, 244);
  }
  .primary-sidebar .sidebar-item.open {
    border: none;
  }
  .primary-sidebar .sidebar-item.open > h2:after {
    -webkit-transform: rotateZ(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotateZ(-225deg);
  }
  .primary-sidebar .sidebar-item:first-child {
    order: 3;
    border: none;
  }
  .primary-sidebar .sidebar-item:nth-child(2) ul {
    max-height: calc(100vh - 217px);
  }
  .primary-sidebar .sidebar-item:nth-child(3) ul {
    max-height: calc(100vh - 272px);
  }
}
.primary-sidebar .sidebar-item > h2 {
  width: calc(100% - 30px);
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 500px) {
  .primary-sidebar .sidebar-item > h2 {
    position: relative;
    z-index: 1;
    background: none;
    width: calc(100% - 60px);
    padding: 17px 30px;
    line-height: 21px;
    height: 21px;
    color: #3A4259;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
  }
  .primary-sidebar .sidebar-item > h2:after {
    content: "";
    position: absolute;
    right: 30px;
    top: -4px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}
@media only screen and (max-width: 340px) {
  .primary-sidebar .sidebar-item > h2 {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .primary-sidebar .sidebar-item > h2:after {
    right: 20px;
  }
}
@media only screen and (min-width: 501px) {
  .primary-sidebar ul {
    display: block !important;
  }
}
@media only screen and (max-width: 500px) {
  .primary-sidebar ul {
    padding-top: 9px;
    padding-bottom: 9px;
    display: none;
    box-shadow: 0px 2px 10px 0px rgba(128, 147, 207, 0.18);
    position: absolute;
    z-index: 15;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
  }
}
.primary-sidebar ul > li {
  padding: 15px;
  border-bottom: 1px solid #f3f3f3;
  transition: color 0.15s ease;
}
@media only screen and (max-width: 500px) {
  .primary-sidebar ul > li {
    padding: 9px 30px;
    border: none;
  }
}
.primary-sidebar ul > li:hover {
  color: #42C662;
  background-color: #FAFAFA;
}
.primary-sidebar ul > li.cat-item {
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 21px;
}
.primary-sidebar ul > li.cat-item:last-child {
  border-bottom: none;
}
.primary-sidebar ul > li > a {
  font-size: 14px;
  display: block;
  /* 避免文字有多行时，行与行的间隔部分不能点击的 */
  color: #333;
}
@media only screen and (max-width: 500px) {
  .primary-sidebar ul > li > a {
    font-size: 13px;
    color: #3A4259;
  }
  .primary-sidebar ul > li > a:before {
    content: "-";
    display: inline-block;
    margin-right: 3px;
  }
}

/* 侧边栏搜索 */
.searchform {
  font-size: 13px;
}
@media only screen and (max-width: 500px) {
  .searchform {
    padding: 11px 30px;
  }
}
@media only screen and (max-width: 340px) {
  .searchform {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.searchform > div {
  position: relative;
}
.searchform input[type=text] {
  outline: none;
  width: 100%;
  padding: 2px 30px 2px 6px;
  display: block;
  height: 32px;
  line-height: 28px;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 500px) {
  .searchform input[type=text] {
    margin-bottom: 0;
    height: 30px;
  }
}
.searchform input[type=text]:focus {
  border: 1px solid #BBB;
}
.searchform #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: transparent url("assets/img/search.png") no-repeat center;
  border: 0;
  text-indent: -99999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form-email {
  padding: 15px;
  padding-top: 0;
  background-color: #f8f8f8;
}
#form-email .hs-richtext {
  margin: 5px 0;
}
#form-email .hs-richtext span {
  font-size: 13px;
}
#form-email .input input {
  margin-bottom: 10px;
  width: 100%;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  outline: none;
  background-color: #fff;
}
#form-email .hs-error-msgs {
  background-color: unset;
}
#form-email .hs-error-msgs li {
  padding: 0;
  padding-bottom: 8px;
  color: red;
  font-size: 12px;
}
#form-email .hs-button {
  width: 100%;
  height: 30px;
  line-height: 3px;
}
@media only screen and (max-width: 500px) {
  #form-email {
    display: none;
    position: absolute;
    z-index: 15;
    padding: 30px;
    padding-top: 15px;
    box-shadow: 0px 2px 10px 0px rgba(128, 147, 207, 0.18);
  }
}

@media only screen and (max-width: 500px) {
  .sidebar-item.open #form-email {
    display: block;
  }
  .sidebar-item.open #form-email .hs-error-msgs {
    position: unset;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .primary-sns-follow {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 340px) {
  .primary-sns-follow {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.primary-sns-follow a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("assets/img/sns_sprite.png") no-repeat;
  text-indent: 99999px;
  overflow: hidden;
}
.primary-sns-follow .sns-facebook {
  background-position: 0 0;
}
.primary-sns-follow .sns-facebook:hover {
  background-position: -20px 0;
}
.primary-sns-follow .sns-facebook:active {
  background-position: -40px 0;
}
.primary-sns-follow .sns-twitter {
  background-position: 0 -120px;
}
.primary-sns-follow .sns-twitter:hover {
  background-position: -20px -120px;
}
.primary-sns-follow .sns-twitter:active {
  background-position: -40px -120px;
}
.primary-sns-follow .sns-google {
  background-position: 0 -30px;
}
.primary-sns-follow .sns-google:hover {
  background-position: -20px -30px;
}
.primary-sns-follow .sns-google:active {
  background-position: -40px -30px;
}
.primary-sns-follow .sns-youtube {
  background-position: 0 -150px;
}
.primary-sns-follow .sns-youtube:hover {
  background-position: -20px -150px;
}
.primary-sns-follow .sns-youtube:active {
  background-position: -40px -150px;
}
.primary-sns-follow .sns-rss {
  background-position: 0 -90px;
}
.primary-sns-follow .sns-rss:hover {
  background-position: -20px -90px;
}
.primary-sns-follow .sns-rss:active {
  background-position: -40px -90px;
}
.primary-sns-follow .sns-linkedIn {
  background: url("assets/img/pic_link.png") no-repeat;
  background-position: 0 0;
}
.primary-sns-follow .sns-linkedIn:hover {
  background-position: -20px 0;
}
.primary-sns-follow .sns-linkedIn:active {
  background-position: -40px 0;
}

.tpl-index {
  font-family: "Open Sans", arial, sans-serif;
}
.tpl-index .content {
  margin-top: 10px;
}
.tpl-index .post {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .tpl-index .post {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 500px) {
  .tpl-index .entry-title {
    font-size: 18px;
  }
  .tpl-index .entry-title a {
    font-size: 18px;
  }
  .tpl-index .entry-content p {
    font-size: 13px;
  }
  .tpl-index .entry-comments {
    font-size: 12px;
  }
}
.tpl-index .wp-post-image {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 8px;
  margin-right: 20px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .tpl-index .wp-post-image {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .tpl-index .wp-post-image {
    float: none;
    width: 100px;
    height: 100px;
  }
}
.tpl-index .has-thumbnail .entry-container {
  float: left;
  width: calc(100% - 220px);
}
@media only screen and (max-width: 1024px) {
  .tpl-index .has-thumbnail .entry-container {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 768px) {
  .tpl-index .has-thumbnail .entry-container {
    float: none;
    width: 100%;
  }
}
.tpl-index .read-more {
  font-size: 16px;
  color: #42C662;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .tpl-index .read-more {
    font-size: 13px;
  }
}
.tpl-index .read-more:hover {
  color: #525252;
}

.tpl-single {
  font-family: "Open Sans", arial, sans-serif;
}
.tpl-single a,
.tpl-single a strong {
  color: #3892d8;
}
.tpl-single h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}
.tpl-single img {
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.tpl-single strong {
  color: #2A2E35;
}
.tpl-single .tags {
  font-size: 12px;
}
.tpl-single #respond {
  margin: 20px 0;
}
.tpl-single h3#comments {
  margin: 10px 0;
}
.tpl-single .entry-title {
  line-height: 40px;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .tpl-single .entry-title {
    margin-top: 10px;
    line-height: 1.4;
  }
}
.tpl-single .entry-meta {
  color: #999999;
  margin-bottom: 20px;
}
.tpl-single .entry-meta a {
  color: #999999;
  float: right;
  text-transform: uppercase;
}
.tpl-single .entry-content a {
  position: relative;
}
.tpl-single .entry-content a:after {
  position: absolute;
  left: 0;
  margin-top: -1px;
  bottom: 0;
  border-bottom: 1px solid #3892D8;
  content: "";
  display: inline-block;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tpl-single .entry-content a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .tpl-single .entry-content h2,
.tpl-single .entry-content h3,
.tpl-single .entry-content .has-medium-font-size {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .tpl-single .entry-content p {
    font-size: 13px;
  }
}
.tpl-single .entry-content .wp-block-latest-posts__list {
  padding-left: 20px;
}
.tpl-single .post-edit-link {
  color: #999999;
  text-transform: uppercase;
}
.tpl-single .post-edit-link:hover {
  color: #42C662;
}

.navigation {
  margin-bottom: 20px;
  color: #3892D8;
}
.navigation a {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .navigation a {
    font-size: 12px;
  }
}
.navigation .nav-next,
.navigation .nav-previous {
  width: calc(50% - 18px);
}
.navigation .nav-next span,
.navigation .nav-previous span {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .navigation .nav-next span,
.navigation .nav-previous span {
    line-height: 15px;
  }
}
.navigation .nav-previous {
  float: left;
  text-align: left;
  margin-left: 18px;
}
.navigation .nav-previous span {
  margin-left: -18px;
}
.navigation .nav-next {
  float: right;
  text-align: right;
  margin-right: 10px;
}
.navigation .nav-next span {
  margin-right: -10px;
  float: right;
}
.navigation a {
  vertical-align: top;
  display: inline-block;
}
.navigation a:hover {
  text-decoration: underline;
}

.wp-caption {
  width: auto !important;
  max-width: 620px;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

img.wp-smiley {
  display: inline;
}

/*# sourceMappingURL=style.css.map */
